home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0631 / vsdlink.da_ / vsdlink.da
Text File  |  1997-04-07  |  3KB  |  70 lines

  1. #
  2. # Virus Scanner exit codes
  3. #
  4. # this file is based on documented DOS exit codes provided with the
  5. # individual Virus Scan packages. All Virus Scan packages are copyright
  6. # the respective companies.
  7. #
  8. # You may modify this file as necessary to add additional functionality
  9. # to the Wincode Virus Scanner WinLink to suit your needs. We welcome all
  10. # suggestions/improvements and would like users to submit their own modified
  11. # vsdlink.dat files so that we can update our distribution copy (this one).
  12. #
  13. # Thanks and Cheers!
  14. #
  15. # Send comments to: feedback@snappy.global2000.net
  16. #
  17. ###############################################################################
  18. #
  19. # The format is simple:
  20. #
  21. # EXECUTABLE_NAME COMMA EXITCODE COMMA MESSAGE
  22. #
  23. # The executable name MUST be UPPERCASE and all information must be on one line
  24. # (max length = 255). There are NO SPACES between the information items listed
  25. # above. The examples below are quite obvious :-) 
  26. #
  27. # NOTE: The Wincode Virus Scanner WinLink program currently works with DOS
  28. #       based scanners ONLY...
  29. #
  30. ###############################################################################
  31. #
  32. # McAfee VirusScan Version 2.2.7 (9510)
  33. #
  34. SCAN.EXE,0,No error occurred and no viruses were found.
  35. SCAN.EXE,1,An error occurred while accessing a file (reading or writing).
  36. SCAN.EXE,2,A VirusScan database (*.DAT) file is corrupted.
  37. SCAN.EXE,3,An error occurred while accessing a disk (reading or writing).
  38. SCAN.EXE,4,An error occurred while accessing the file created with the /AF option; the file has been damaged.
  39. SCAN.EXE,5,Insufficient memory to load program or complete an operation.
  40. SCAN.EXE,6,An internal program error occurred.
  41. SCAN.EXE,7,An error occurred in accessing in international message file (MCAFEE.MSG).
  42. SCAN.EXE,8,A file required to run VirusScan, such as SCAN.DAT, is missing.
  43. SCAN.EXE,9,Incompatible or unrecognized option(s) or option argument(s) specified in command line.
  44. SCAN.EXE,10,A virus was found in memory.
  45. SCAN.EXE,11,An internal program error occurred.
  46. SCAN.EXE,12,Error occurred while attempting to remove a virus, such as no CLEAN.DAT file found, or VirusScan was unable to remove the virus.
  47. SCAN.EXE,13,One or more viruses was found in the master boot record, boot sector, or file(s).
  48. SCAN.EXE,14,The SCAN.DAT file is out of date; upgrade VirusScan data files.
  49. SCAN.EXE,15,VirusScan self-check failed. It may be infected or damaged.
  50. SCAN.EXE,16,An error occurred while accessing a specified drive or file.
  51. SCAN.EXE,17,No drive, directory or file was specified; nothing to scan.
  52. SCAN.EXE,18,A validated file has been modified (/CF or /CV options).
  53. #
  54. # F-PROT version 2.20 - October 1995
  55. #
  56. F-PROT.EXE,0,Normal exit - nothing found.
  57. F-PROT.EXE,1,Abnormal termination - unrecoverable error.
  58. F-PROT.EXE,2,Selftest failed - program has been modified.
  59. F-PROT.EXE,3,A Boot/File virus infection found.
  60. F-PROT.EXE,4,Virus search string found in memory.
  61. F-PROT.EXE,5,Program terminated with ^C or ESC.
  62. F-PROT.EXE,6,At least one virus was removed.
  63. F-PROT.EXE,7,Insufficient memory to run the program.
  64. F-PROT.EXE,8,At least one suspicious file was found, but no infections.
  65. #
  66. # Microsoft Anti-Virus 1993
  67. #
  68. MSAV.EXE,0,No error occurred and no viruses were found.
  69. #
  70.